func internal/reflectlite.toType

6 uses

	internal/reflectlite (current package)
		type.go#L314: 	return toType(elem(t.common()))
		type.go#L322: 	return toType(tt.InSlice()[i])
		type.go#L330: 	return toType(tt.Key)
		type.go#L370: 	return toType(tt.OutSlice()[i])
		type.go#L387: 	return toType(abi.TypeOf(i))
		type.go#L638: func toType(t *abi.Type) Type {